﻿2026-06-22T02:35:05.1395918Z ##[group]Run set -euo pipefail
2026-06-22T02:35:05.1396224Z [36;1mset -euo pipefail[0m
2026-06-22T02:35:05.1396432Z [36;1mPIN=0c95435[0m
2026-06-22T02:35:05.1396639Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T02:35:05.1396897Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T02:35:05.1397219Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T02:35:05.1397632Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T02:35:05.1398046Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T02:35:05.1398403Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T02:35:05.1398632Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T02:35:05.1398896Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T02:35:05.1399386Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:35:05.1399720Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T02:35:05.1399967Z [36;1mfi[0m
2026-06-22T02:35:05.1400239Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:35:05.1414123Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T02:35:05.1414433Z env:
2026-06-22T02:35:05.1414615Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:35:05.1414840Z ##[endgroup]
2026-06-22T02:35:05.4124422Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:35:05.4125122Z    Compiling quote v1.0.45
2026-06-22T02:35:05.4126046Z    Compiling unicode-ident v1.0.24
2026-06-22T02:35:05.4126831Z    Compiling libc v0.2.186
2026-06-22T02:35:05.4127445Z    Compiling serde_core v1.0.228
2026-06-22T02:35:05.4127941Z    Compiling cfg-if v1.0.4
2026-06-22T02:35:05.4158767Z    Compiling serde v1.0.228
2026-06-22T02:35:05.4187454Z    Compiling log v0.4.32
2026-06-22T02:35:05.4229726Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:35:05.4280893Z    Compiling typenum v1.20.1
2026-06-22T02:35:05.4281465Z    Compiling portable-atomic v1.13.1
2026-06-22T02:35:05.4292854Z    Compiling memchr v2.8.1
2026-06-22T02:35:05.4392508Z    Compiling version_check v0.9.5
2026-06-22T02:35:05.4446873Z    Compiling critical-section v1.2.0
2026-06-22T02:35:05.4491112Z    Compiling shlex v2.0.1
2026-06-22T02:35:05.4556452Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:35:05.4966929Z    Compiling bytes v1.11.1
2026-06-22T02:35:05.5060993Z    Compiling futures-core v0.3.32
2026-06-22T02:35:05.5710800Z    Compiling subtle v2.6.1
2026-06-22T02:35:05.6691597Z    Compiling equivalent v1.0.2
2026-06-22T02:35:05.6693820Z    Compiling smallvec v1.15.1
2026-06-22T02:35:05.6966309Z    Compiling itoa v1.0.18
2026-06-22T02:35:05.7074410Z    Compiling semver v1.0.28
2026-06-22T02:35:05.7331107Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:35:05.7543812Z    Compiling futures-io v0.3.32
2026-06-22T02:35:05.7881651Z    Compiling slab v0.4.12
2026-06-22T02:35:05.7993060Z    Compiling futures-sink v0.3.32
2026-06-22T02:35:05.8162224Z    Compiling futures-task v0.3.32
2026-06-22T02:35:05.8808911Z    Compiling generic-array v0.14.7
2026-06-22T02:35:05.9009443Z    Compiling futures-channel v0.3.32
2026-06-22T02:35:05.9159328Z    Compiling bitflags v2.12.1
2026-06-22T02:35:05.9352179Z    Compiling rustversion v1.0.22
2026-06-22T02:35:05.9566798Z    Compiling hashbrown v0.17.1
2026-06-22T02:35:05.9793895Z    Compiling rustc_version v0.4.1
2026-06-22T02:35:05.9987973Z    Compiling cpufeatures v0.2.17
2026-06-22T02:35:06.0450539Z    Compiling fnv v1.0.7
2026-06-22T02:35:06.0600709Z    Compiling strsim v0.11.1
2026-06-22T02:35:06.1188605Z    Compiling rand_core v0.10.1
2026-06-22T02:35:06.1437693Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:35:06.1731087Z    Compiling writeable v0.6.3
2026-06-22T02:35:06.1957969Z    Compiling litemap v0.8.2
2026-06-22T02:35:06.2050782Z    Compiling dunce v1.0.5
2026-06-22T02:35:06.2403913Z    Compiling ident_case v1.0.1
2026-06-22T02:35:06.3175822Z    Compiling fs_extra v1.3.0
2026-06-22T02:35:06.3475132Z    Compiling utf8_iter v1.0.4
2026-06-22T02:35:06.3937656Z    Compiling getrandom v0.4.2
2026-06-22T02:35:06.4048614Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:35:06.4160644Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:35:06.4680805Z    Compiling autocfg v1.5.1
2026-06-22T02:35:06.5000533Z    Compiling percent-encoding v2.3.2
2026-06-22T02:35:06.6441513Z    Compiling http v1.4.1
2026-06-22T02:35:06.6650707Z    Compiling cpufeatures v0.3.0
2026-06-22T02:35:06.6859505Z    Compiling thiserror v2.0.18
2026-06-22T02:35:06.6970671Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:35:06.7168154Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:35:06.7418262Z    Compiling scopeguard v1.2.0
2026-06-22T02:35:06.7520453Z    Compiling chacha20 v0.10.0
2026-06-22T02:35:06.8307367Z    Compiling syn v2.0.117
2026-06-22T02:35:06.8796511Z    Compiling indexmap v2.14.0
2026-06-22T02:35:06.8900867Z    Compiling lock_api v0.4.14
2026-06-22T02:35:06.9030182Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:35:06.9167463Z    Compiling untrusted v0.9.0
2026-06-22T02:35:06.9660775Z    Compiling rustls v0.23.40
2026-06-22T02:35:07.0109782Z    Compiling heck v0.5.0
2026-06-22T02:35:07.0472634Z    Compiling anyhow v1.0.102
2026-06-22T02:35:07.1140557Z    Compiling const-oid v0.10.2
2026-06-22T02:35:07.1410666Z    Compiling unicode-xid v0.2.6
2026-06-22T02:35:07.1606505Z    Compiling atomic-waker v1.1.2
2026-06-22T02:35:07.1671097Z    Compiling httparse v1.10.1
2026-06-22T02:35:07.1780509Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:35:07.2097790Z    Compiling convert_case v0.10.0
2026-06-22T02:35:07.2730878Z    Compiling paste v1.0.15
2026-06-22T02:35:07.2800430Z    Compiling zerocopy v0.8.50
2026-06-22T02:35:07.2840424Z    Compiling num-traits v0.2.19
2026-06-22T02:35:07.3030973Z    Compiling hybrid-array v0.4.12
2026-06-22T02:35:07.3750676Z    Compiling jobserver v0.1.34
2026-06-22T02:35:07.3815854Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:35:07.4190213Z    Compiling ahash v0.8.12
2026-06-22T02:35:07.4670737Z    Compiling powerfmt v0.2.0
2026-06-22T02:35:07.5330512Z    Compiling either v1.16.0
2026-06-22T02:35:07.5897656Z    Compiling crypto-common v0.1.7
2026-06-22T02:35:07.6073022Z    Compiling block-buffer v0.10.4
2026-06-22T02:35:07.6362950Z    Compiling http-body v1.0.1
2026-06-22T02:35:07.6574425Z    Compiling cc v1.2.63
2026-06-22T02:35:07.6980417Z    Compiling fastrand v2.4.1
2026-06-22T02:35:07.7280901Z    Compiling digest v0.10.7
2026-06-22T02:35:07.7425718Z    Compiling base64ct v1.8.3
2026-06-22T02:35:07.7735725Z    Compiling deranged v0.5.8
2026-06-22T02:35:07.9061150Z    Compiling try-lock v0.2.5
2026-06-22T02:35:08.0110402Z    Compiling mio v1.2.1
2026-06-22T02:35:08.0301552Z    Compiling socket2 v0.6.4
2026-06-22T02:35:08.0355094Z    Compiling getrandom v0.2.17
2026-06-22T02:35:08.0531294Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:35:08.0688541Z    Compiling base64 v0.22.1
2026-06-22T02:35:08.1180676Z    Compiling data-encoding v2.11.0
2026-06-22T02:35:08.2758323Z    Compiling rand v0.10.1
2026-06-22T02:35:08.2890551Z    Compiling rand_core v0.6.4
2026-06-22T02:35:08.3262034Z    Compiling zmij v1.0.21
2026-06-22T02:35:08.3376420Z    Compiling time-core v0.1.8
2026-06-22T02:35:08.4658018Z    Compiling pkg-config v0.3.33
2026-06-22T02:35:08.4811104Z    Compiling num-conv v0.2.2
2026-06-22T02:35:08.4910690Z    Compiling tower-service v0.3.3
2026-06-22T02:35:08.4990626Z    Compiling vcpkg v0.2.15
2026-06-22T02:35:08.5141076Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:35:08.5547574Z    Compiling parking_lot v0.12.5
2026-06-22T02:35:08.5710460Z    Compiling tinyvec v1.11.0
2026-06-22T02:35:08.6230392Z    Compiling sha2 v0.10.9
2026-06-22T02:35:08.6850325Z    Compiling crypto-common v0.2.2
2026-06-22T02:35:08.7880525Z    Compiling block-buffer v0.12.0
2026-06-22T02:35:08.8950444Z    Compiling want v0.3.1
2026-06-22T02:35:08.9670787Z    Compiling inout v0.1.4
2026-06-22T02:35:09.0368786Z    Compiling cmake v0.1.58
2026-06-22T02:35:09.1090526Z    Compiling vergen-lib v9.1.0
2026-06-22T02:35:09.1217735Z    Compiling n0-future v0.3.2
2026-06-22T02:35:09.1580486Z    Compiling cordyceps v0.3.4
2026-06-22T02:35:09.2250619Z    Compiling serde_json v1.0.150
2026-06-22T02:35:09.2485246Z    Compiling parking v2.2.1
2026-06-22T02:35:09.2901465Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:35:09.3900629Z    Compiling signature v2.2.0
2026-06-22T02:35:09.3968872Z    Compiling spin v0.10.0
2026-06-22T02:35:09.4071647Z    Compiling winnow v1.0.3
2026-06-22T02:35:09.4081587Z    Compiling httpdate v1.0.3
2026-06-22T02:35:09.4193765Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:35:09.4379831Z    Compiling futures-lite v2.6.1
2026-06-22T02:35:09.4550530Z    Compiling cipher v0.4.4
2026-06-22T02:35:09.4811058Z    Compiling ed25519 v2.2.3
2026-06-22T02:35:09.4988366Z    Compiling futures-buffered v0.2.13
2026-06-22T02:35:09.5130460Z    Compiling netlink-packet-core v0.8.1
2026-06-22T02:35:09.5261307Z    Compiling universal-hash v0.5.1
2026-06-22T02:35:09.5410453Z    Compiling vergen v9.1.0
2026-06-22T02:35:09.6428879Z    Compiling digest v0.11.3
2026-06-22T02:35:09.6860388Z    Compiling vergen-lib v0.1.6
2026-06-22T02:35:09.7090786Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:35:09.7160596Z    Compiling heapless v0.7.17
2026-06-22T02:35:09.7230683Z    Compiling noq-udp v0.10.0
2026-06-22T02:35:09.7270706Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:35:09.7461495Z    Compiling opaque-debug v0.3.1
2026-06-22T02:35:09.8070327Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:35:09.8250787Z    Compiling byteorder v1.5.0
2026-06-22T02:35:09.8291189Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:35:09.8493216Z    Compiling polyval v0.6.2
2026-06-22T02:35:09.9285112Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:35:09.9567593Z    Compiling ring v0.17.14
2026-06-22T02:35:09.9816676Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:35:10.0131350Z    Compiling hash32 v0.2.1
2026-06-22T02:35:10.0800582Z    Compiling spin v0.9.8
2026-06-22T02:35:10.1010597Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:35:10.1152366Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:35:10.2180887Z    Compiling tower-layer v0.3.3
2026-06-22T02:35:10.2852548Z    Compiling signature v3.0.0
2026-06-22T02:35:10.3041003Z    Compiling ryu v1.0.23
2026-06-22T02:35:10.3161412Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:35:10.3399510Z    Compiling num_threads v0.1.7
2026-06-22T02:35:10.4390851Z    Compiling ghash v0.5.1
2026-06-22T02:35:10.4717816Z    Compiling time v0.3.47
2026-06-22T02:35:10.4871041Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:35:10.4940588Z    Compiling ctr v0.9.2
2026-06-22T02:35:10.5554663Z    Compiling aes v0.8.4
2026-06-22T02:35:10.5825324Z    Compiling fs2 v0.4.3
2026-06-22T02:35:10.6029275Z    Compiling http-body-util v0.1.3
2026-06-22T02:35:10.6070748Z    Compiling aead v0.5.2
2026-06-22T02:35:10.6380632Z    Compiling openssl-probe v0.2.1
2026-06-22T02:35:10.6720459Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:35:10.7330463Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:35:10.7430498Z    Compiling blake3 v1.8.5
2026-06-22T02:35:10.8960600Z    Compiling netlink-packet-route v0.29.0
2026-06-22T02:35:10.9170368Z    Compiling uuid v1.23.2
2026-06-22T02:35:11.0450498Z    Compiling memoffset v0.6.5
2026-06-22T02:35:11.0941857Z    Compiling acto v0.8.2
2026-06-22T02:35:11.2087124Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:35:11.2430666Z    Compiling aes-gcm v0.10.3
2026-06-22T02:35:11.2960752Z    Compiling netwatch v0.16.0
2026-06-22T02:35:11.3350269Z    Compiling noq v0.18.0
2026-06-22T02:35:11.3610514Z    Compiling identity-hash v0.1.0
2026-06-22T02:35:11.4070745Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:35:11.4175168Z    Compiling rustix v1.1.4
2026-06-22T02:35:11.4661368Z    Compiling thiserror v1.0.69
2026-06-22T02:35:11.5062521Z    Compiling mac-addr v0.3.0
2026-06-22T02:35:11.5111188Z    Compiling lru-slab v0.1.2
2026-06-22T02:35:11.5678223Z    Compiling ref-cast v1.0.25
2026-06-22T02:35:11.5810854Z    Compiling foldhash v0.2.0
2026-06-22T02:35:11.6350999Z    Compiling rustc-hash v2.1.2
2026-06-22T02:35:11.7250931Z    Compiling tagptr v0.2.0
2026-06-22T02:35:11.7567806Z    Compiling xml-rs v0.8.28
2026-06-22T02:35:11.7715906Z    Compiling hashbrown v0.16.1
2026-06-22T02:35:11.8610760Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:35:11.9716292Z    Compiling netlink-packet-route v0.30.0
2026-06-22T02:35:12.1515652Z    Compiling serial-core v0.4.0
2026-06-22T02:35:12.1890655Z    Compiling errno v0.3.14
2026-06-22T02:35:12.2664845Z    Compiling synstructure v0.13.2
2026-06-22T02:35:12.3126157Z    Compiling darling_core v0.20.11
2026-06-22T02:35:12.3403702Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:35:12.5944241Z    Compiling xmltree v0.10.3
2026-06-22T02:35:12.6062290Z    Compiling ioctl-rs v0.1.6
2026-06-22T02:35:12.7411208Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:35:12.7787199Z    Compiling termios v0.2.2
2026-06-22T02:35:12.8545750Z    Compiling aho-corasick v1.1.4
2026-06-22T02:35:12.8698692Z    Compiling simple-dns v0.9.3
2026-06-22T02:35:12.8720857Z    Compiling toml_write v0.1.2
2026-06-22T02:35:12.9590569Z    Compiling simdutf8 v0.1.5
2026-06-22T02:35:12.9951957Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:35:13.1070418Z    Compiling smol_str v0.1.24
2026-06-22T02:35:13.1970841Z    Compiling regex-syntax v0.8.10
2026-06-22T02:35:13.2070430Z    Compiling winnow v0.7.15
2026-06-22T02:35:13.2830991Z    Compiling arrayref v0.3.9
2026-06-22T02:35:13.3221038Z    Compiling resolv-conf v0.7.6
2026-06-22T02:35:13.3307742Z    Compiling linux-raw-sys v0.12.1
2026-06-22T02:35:13.3699150Z    Compiling sha1_smol v1.0.1
2026-06-22T02:35:13.4701002Z    Compiling signal-hook v0.3.18
2026-06-22T02:35:13.5250894Z    Compiling arrayvec v0.7.6
2026-06-22T02:35:13.6088445Z    Compiling serial-unix v0.4.0
2026-06-22T02:35:13.6317377Z    Compiling lru v0.16.4
2026-06-22T02:35:13.8190960Z    Compiling signal-hook-registry v1.4.8
2026-06-22T02:35:13.8350420Z    Compiling darling_core v0.23.0
2026-06-22T02:35:13.9850570Z    Compiling serde_bytes v0.11.19
2026-06-22T02:35:14.2122856Z    Compiling hmac v0.12.1
2026-06-22T02:35:14.2440358Z    Compiling seize v0.5.1
2026-06-22T02:35:14.3427646Z    Compiling serde_derive v1.0.228
2026-06-22T02:35:14.3590653Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:35:14.4762500Z    Compiling tokio-macros v2.7.0
2026-06-22T02:35:14.7477328Z    Compiling futures-macro v0.3.32
2026-06-22T02:35:15.0258164Z    Compiling zeroize v1.8.2
2026-06-22T02:35:15.2281933Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:35:15.2909254Z    Compiling tokio v1.52.3
2026-06-22T02:35:15.6368902Z    Compiling yoke-derive v0.8.2
2026-06-22T02:35:15.7584347Z    Compiling futures-util v0.3.32
2026-06-22T02:35:15.7661504Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:35:15.7870995Z    Compiling displaydoc v0.2.6
2026-06-22T02:35:15.8917397Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:35:16.5101320Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:35:16.6760001Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:35:16.7490683Z    Compiling zerofrom v0.1.8
2026-06-22T02:35:16.8560586Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:35:17.0268047Z    Compiling yoke v0.8.3
2026-06-22T02:35:17.2440392Z    Compiling zerotrie v0.2.4
2026-06-22T02:35:17.3026866Z    Compiling darling_macro v0.20.11
2026-06-22T02:35:17.3142857Z    Compiling zerovec v0.11.6
2026-06-22T02:35:17.5730539Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:35:17.6485593Z    Compiling spez v0.1.2
2026-06-22T02:35:17.6774336Z    Compiling darling v0.20.11
2026-06-22T02:35:17.7023845Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:35:17.7470032Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:35:17.7730944Z    Compiling der v0.8.0-rc.10
2026-06-22T02:35:18.0936549Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:35:18.2071595Z    Compiling tinystr v0.8.3
2026-06-22T02:35:18.5012589Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:35:18.8490991Z    Compiling potential_utf v0.1.5
2026-06-22T02:35:18.9840437Z    Compiling icu_collections v2.2.0
2026-06-22T02:35:19.0200298Z    Compiling n0-error v0.1.3
2026-06-22T02:35:19.1998582Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:35:19.4429818Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:35:19.5408830Z    Compiling pin-project v1.1.13
2026-06-22T02:35:19.5529507Z    Compiling derive_builder v0.20.2
2026-06-22T02:35:19.6246677Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:35:19.6894360Z    Compiling ipnet v2.12.0
2026-06-22T02:35:19.7324846Z    Compiling futures-executor v0.3.32
2026-06-22T02:35:19.7480641Z    Compiling icu_provider v2.2.0
2026-06-22T02:35:19.9280656Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:35:19.9981297Z    Compiling futures v0.3.32
2026-06-22T02:35:20.0760965Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:35:20.1054927Z    Compiling icu_properties v2.2.0
2026-06-22T02:35:20.1230737Z    Compiling prefix-trie v0.8.4
2026-06-22T02:35:20.1336386Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:35:20.1530944Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T02:35:20.5280675Z    Compiling once_cell v1.21.4
2026-06-22T02:35:20.5871066Z    Compiling cobs v0.3.0
2026-06-22T02:35:20.7394485Z    Compiling tracing-core v0.1.36
2026-06-22T02:35:20.9051112Z    Compiling postcard-derive v0.2.2
2026-06-22T02:35:20.9300657Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:35:21.0312822Z    Compiling hashbrown v0.14.5
2026-06-22T02:35:21.0387155Z    Compiling rustls-native-certs v0.8.4
2026-06-22T02:35:21.1566045Z    Compiling enum-assoc v1.3.0
2026-06-22T02:35:21.2843697Z    Compiling tracing v0.1.44
2026-06-22T02:35:21.3430779Z    Compiling tokio-util v0.7.18
2026-06-22T02:35:21.4930600Z    Compiling netlink-sys v0.8.8
2026-06-22T02:35:21.5276086Z    Compiling postcard v1.1.3
2026-06-22T02:35:21.5502650Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:35:21.6320640Z    Compiling tower v0.5.3
2026-06-22T02:35:21.6510885Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:35:21.6854953Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:35:21.7060498Z    Compiling idna_adapter v1.2.2
2026-06-22T02:35:21.8220476Z    Compiling idna v1.1.0
2026-06-22T02:35:21.9055587Z    Compiling hashlink v0.9.1
2026-06-22T02:35:21.9066781Z    Compiling strum_macros v0.28.0
2026-06-22T02:35:21.9469644Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:35:22.0283539Z    Compiling derive_more v2.1.1
2026-06-22T02:35:22.1017544Z    Compiling async-trait v0.1.89
2026-06-22T02:35:22.1576677Z    Compiling netlink-proto v0.12.0
2026-06-22T02:35:22.2015260Z    Compiling netdev v0.42.0
2026-06-22T02:35:22.2201115Z    Compiling iroh-relay v0.98.0
2026-06-22T02:35:22.2910013Z    Compiling url v2.5.8
2026-06-22T02:35:22.2980467Z    Compiling rusqlite v0.32.1
2026-06-22T02:35:22.3400676Z    Compiling moka v0.12.15
2026-06-22T02:35:22.4059879Z    Compiling toml_datetime v0.6.11
2026-06-22T02:35:22.5100512Z    Compiling h2 v0.4.14
2026-06-22T02:35:22.5470411Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:35:22.6550865Z    Compiling n0-watcher v0.6.1
2026-06-22T02:35:22.7946315Z    Compiling tokio-stream v0.1.18
2026-06-22T02:35:22.8016427Z    Compiling serde_spanned v0.6.9
2026-06-22T02:35:22.9274928Z    Compiling num_enum v0.7.6
2026-06-22T02:35:22.9630611Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:35:22.9687164Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:35:23.0421767Z    Compiling toml_edit v0.22.27
2026-06-22T02:35:23.2220583Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:35:23.2650534Z    Compiling tower-http v0.6.11
2026-06-22T02:35:23.3550549Z    Compiling attohttpc v0.30.1
2026-06-22T02:35:23.4461862Z    Compiling iroh-base v0.98.0
2026-06-22T02:35:23.4700037Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T02:35:23.8138332Z    Compiling webpki-roots v1.0.7
2026-06-22T02:35:23.8424085Z    Compiling regex-automata v0.4.14
2026-06-22T02:35:23.9510430Z    Compiling schemars_derive v1.2.1
2026-06-22T02:35:23.9700450Z    Compiling iroh v0.98.2
2026-06-22T02:35:24.1590663Z    Compiling pin-utils v0.1.0
2026-06-22T02:35:24.2137415Z    Compiling cmov v0.5.4
2026-06-22T02:35:24.2258459Z    Compiling rustix v0.38.44
2026-06-22T02:35:24.2657048Z    Compiling utf8parse v0.2.2
2026-06-22T02:35:24.3720272Z    Compiling bitflags v1.3.2
2026-06-22T02:35:24.4590863Z    Compiling dyn-clone v1.0.20
2026-06-22T02:35:24.4865150Z    Compiling filedescriptor v0.8.3
2026-06-22T02:35:24.5369268Z    Compiling ctutils v0.4.2
2026-06-22T02:35:24.5510271Z    Compiling nix v0.25.1
2026-06-22T02:35:24.6242628Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:35:24.6608402Z    Compiling backon v1.6.0
2026-06-22T02:35:24.7192581Z    Compiling darling_macro v0.23.0
2026-06-22T02:35:24.8974995Z    Compiling papaya v0.2.4
2026-06-22T02:35:24.8975776Z    Compiling hkdf v0.12.4
2026-06-22T02:35:24.9218422Z    Compiling strum v0.28.0
2026-06-22T02:35:25.0671030Z    Compiling iroh-dns v0.98.0
2026-06-22T02:35:25.1314373Z    Compiling serial v0.4.0
2026-06-22T02:35:25.2007553Z    Compiling anstyle v1.0.14
2026-06-22T02:35:25.2126689Z    Compiling foldhash v0.1.5
2026-06-22T02:35:25.2189526Z    Compiling colorchoice v1.0.5
2026-06-22T02:35:25.3020672Z    Compiling shell-words v1.1.1
2026-06-22T02:35:25.3660446Z    Compiling instability v0.3.12
2026-06-22T02:35:25.4488120Z    Compiling linux-raw-sys v0.4.15
2026-06-22T02:35:25.4910807Z    Compiling anstyle-query v1.1.5
2026-06-22T02:35:25.5000653Z    Compiling toml v0.8.23
2026-06-22T02:35:25.5079760Z    Compiling downcast-rs v1.2.1
2026-06-22T02:35:25.5270993Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:35:25.5611911Z    Compiling hashbrown v0.15.5
2026-06-22T02:35:25.5865646Z    Compiling anstream v1.0.0
2026-06-22T02:35:25.6020642Z    Compiling signal-hook-mio v0.2.5
2026-06-22T02:35:25.6101079Z    Compiling darling v0.23.0
2026-06-22T02:35:25.6201138Z    Compiling spake2 v0.4.0
2026-06-22T02:35:25.6945995Z    Compiling terminal_size v0.4.4
2026-06-22T02:35:25.7030166Z    Compiling strum_macros v0.26.4
2026-06-22T02:35:25.8535965Z    Compiling sha1 v0.10.6
2026-06-22T02:35:26.0261353Z    Compiling itertools v0.13.0
2026-06-22T02:35:26.0758161Z    Compiling schemars v1.2.1
2026-06-22T02:35:26.1323377Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:35:26.1697337Z    Compiling castaway v0.2.4
2026-06-22T02:35:26.2873847Z    Compiling clap_lex v1.1.0
2026-06-22T02:35:26.6291530Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T02:35:26.6431240Z    Compiling indoc v2.0.7
2026-06-22T02:35:26.6652019Z    Compiling unicode-width v0.1.14
2026-06-22T02:35:27.0351451Z    Compiling static_assertions v1.1.0
2026-06-22T02:35:27.1954345Z    Compiling doctest-file v1.1.1
2026-06-22T02:35:27.2281909Z    Compiling compact_str v0.8.2
2026-06-22T02:35:27.6429453Z    Compiling regex v1.12.3
2026-06-22T02:35:27.6788277Z    Compiling crossterm v0.28.1
2026-06-22T02:35:27.7529442Z    Compiling interprocess v2.4.2
2026-06-22T02:35:28.3612771Z    Compiling hyper v1.10.1
2026-06-22T02:35:28.4861076Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T02:35:28.6260396Z    Compiling strum v0.26.3
2026-06-22T02:35:28.7910523Z    Compiling lru v0.12.5
2026-06-22T02:35:28.8155819Z    Compiling clap_builder v4.6.0
2026-06-22T02:35:28.9994981Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:35:29.0470596Z    Compiling clap_derive v4.6.1
2026-06-22T02:35:29.0630637Z    Compiling iana-time-zone v0.1.65
2026-06-22T02:35:29.0987175Z    Compiling unicode-width v0.2.0
2026-06-22T02:35:29.1648638Z    Compiling cassowary v0.3.0
2026-06-22T02:35:29.3870265Z    Compiling chrono v0.4.45
2026-06-22T02:35:29.4330828Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:35:29.4412413Z    Compiling qrcode v0.14.1
2026-06-22T02:35:29.5750562Z    Compiling tempfile v3.27.0
2026-06-22T02:35:29.6731566Z    Compiling portable-pty v0.8.1
2026-06-22T02:35:30.1471049Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T02:35:30.3360652Z    Compiling ratatui v0.29.0
2026-06-22T02:35:30.5761018Z    Compiling hyper-util v0.1.20
2026-06-22T02:35:31.9265931Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T02:35:31.9628066Z    Compiling clap v4.6.1
2026-06-22T02:35:32.5010618Z    Compiling igd-next v0.17.1
2026-06-22T02:35:33.6470998Z    Compiling portmapper v0.16.0
2026-06-22T02:35:38.3024496Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:35:40.6784631Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:35:40.6785203Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:35:40.6785578Z    Compiling noq-proto v0.17.0
2026-06-22T02:35:40.8134859Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:35:40.8135578Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:35:40.8136028Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:35:40.9488430Z    Compiling reqwest v0.13.4
2026-06-22T02:35:41.8867279Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:35:55.6043995Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T02:35:56.9780387Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T02:36:04.1786878Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T02:36:07.8984402Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-22T02:36:07.9208831Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T02:36:07.9221350Z 
2026-06-22T02:36:07.9221499Z running 1 test
2026-06-22T02:36:14.5133847Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:36:14.5134138Z 
2026-06-22T02:36:14.5134372Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.59s
2026-06-22T02:36:14.5134668Z 
